projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faec28d
)
* gtkutil.c (tb_size_cb): Call xg_height_or_width_changed.
author
Jan Djärv
<jan.h.d@swipnet.se>
Sat, 7 Dec 2013 17:41:02 +0000
(18:41 +0100)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Sat, 7 Dec 2013 17:41:02 +0000
(18:41 +0100)
src/ChangeLog
patch
|
blob
|
history
src/gtkutil.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 874d76677c9b5c41910659f22034586816046f36..950938f43df7a5b86c17c3ee9416af848e4168b7 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2013-12-07 Jan Djärv <jan.h.d@swipnet.se>
+ * gtkutil.c (tb_size_cb): Call xg_height_or_width_changed.
+
* nsterm.m (x_set_window_size): Remove fprintf.
(init): Define always. Set applicationDidFinishLaunchingCalled
for GNUStep.
diff --git
a/src/gtkutil.c
b/src/gtkutil.c
index ef422989c61a1df910860cea86ac86b5c0a34027..8f007dad868d3d29dde52754a2c0e027e2579b87 100644
(file)
--- a/
src/gtkutil.c
+++ b/
src/gtkutil.c
@@
-4350,7
+4350,7
@@
tb_size_cb (GtkWidget *widget,
size hints if tool bar size changes. Seen on Fedora 18 at least. */
struct frame *f = user_data;
if (xg_update_tool_bar_sizes (f))
- x
_wm_set_size_hint (f, 0, 0
);
+ x
g_height_or_width_changed (f
);
}
/* Create a tool bar for frame F. */